Things that matched 'display list'

  • Getting started with OSMF 1.5

    In a bid to consolidate some of my earlier blog posts about getting up and running with the Open Source Media Framework (OSMF), here is...

  • Flash Builder to Android workflow

    Over the past couple of weeks I've been getting to grips with a Google Nexus One device; largely I've been impressed by the power and...

  • OSMF 0.93 Examples

    So we're told that "API Lockdown" is now in effect - the point at which we can all rest a little easier a night, safe...

  • OSMF 0.9 Examples

    Another sprint (9 and counting) and yet another truckload of enhancements to the OSMF API. This version brings the framework much closer to what the...

  • Intro to OSMF

    I gave a presentation to the Midlands Flash Platform User Group on 8th August about Adobe's new Open Source Media Framework (or OSMF for short)....

  • Interesting feature of the contains() method

    We've all been playing around with ActionScript 3.0 for some time now, but it's amazing how much of the core display list features remain a...

  • What's happened to stage? Unravelling the display list

    You're trying to do something like: public class MyClass extends Sprite { public function MyClass() { ...